Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 696 Bytes

File metadata and controls

17 lines (11 loc) · 696 Bytes

Multiple Points Of Failure

Definition:

  • Adding assertions within your framework code is a code smell. It is not this code's responsibility to determine the fate of a test. By doing so, it limits the reusability of the framework code for both negative and positive scenarios.

References:

Quality attributes